home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / buttest.zip / READ.ME < prev    next >
Text File  |  1992-01-31  |  1KB  |  34 lines

  1.                GRAPBUT.PAS ======> GRAPBUT.EXE!
  2.  
  3.  
  4. The files contained in this zip all come from the book
  5. "OBJECT ORIENTED PROGRAMMING IN TURBO PASCAL 5.5"
  6.  
  7. I am new to OOP but am finding this text easy to read and
  8. comprehend.
  9.  
  10. The files contained in this zip include:
  11.  
  12. GRAPBUT.EXE ======== The .EXE of the graphics button test
  13. GRAPBUT.PAS ======== Obviously, the source code to the .EXE
  14. MOUSE.PAS ========== The code to the MOUSE.TPU used
  15. BUTTONS3.PAS ======= The code to the BUTTONS3.TPU used
  16. CURSORS.PAS ======== The code to the CURSORS.TPU used
  17.  
  18. The CURSORS.PAS unit contains the definitions of the
  19. Cursors and Masks used for various graphics cursors.  They
  20. were created using the program MOUSEPTR.PAS from the same
  21. book, and I hope to get another set of files out soon with
  22. this file and some other cursors.  Creating graphics
  23. cursors is fun, but the most fun comes with using a custom
  24. Graphics cursor in some application, or letting your user
  25. choose his/her own cursor.
  26.  
  27. These programs require a graphics card and a Mouse, and the
  28. GRAPBUT.EXE as now written requires a 640 X 480 VGA
  29. graphics card to execute correctly. But the code could be
  30. modified with ease to work with any other graphics
  31. resolution.  But then who doesn't have VGA these days....?
  32.  
  33. Have fun....
  34.               Pat Mitchel 1/31/92